projects
/
emacs.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
deec6f9
)
(TAGS): Use $(srcdir) in deps.
author
Richard M. Stallman
<rms@gnu.org>
Sun, 1 Sep 1996 18:27:40 +0000
(18:27 +0000)
committer
Richard M. Stallman
<rms@gnu.org>
Sun, 1 Sep 1996 18:27:40 +0000
(18:27 +0000)
src/Makefile.in
patch
|
blob
|
history
diff --git
a/src/Makefile.in
b/src/Makefile.in
index 4cc8669f0390d6d77b562d6ff75510a24abcc307..79476d10b616874809cb442ae81154b6af286609 100644
(file)
--- a/
src/Makefile.in
+++ b/
src/Makefile.in
@@
-1056,7
+1056,7
@@
relock:
which includes ../lisp/TAGS by reference. */
ctagsfiles = [a-zA-Z]*.[hc]
lisptagsfiles = ../lisp/[a-zA-Z]*.el
-TAGS: $(ctagsfiles)
+TAGS: $(
srcdir)/$(
ctagsfiles)
export DIR; DIR=`pwd`; cd ${srcdir}; \
$$DIR/../lib-src/etags --include=../lisp/TAGS \
--regex='/[ ]*DEFVAR_[A-Z_ (]+"\([^"]+\)"/' $(ctagsfiles)